| GUI Help > Create > createPanel | ||||||||||||||
|
createPanel |
||||||||||||||
| int handle=createPanel(int x, int y, int width, int height, handle parent) | ||||||||||||||
|
Description: Creates a panel gadget. Panels are simple frames used to contain and group other gadgets. |
||||||||||||||
|
Return Value: Handle to the new panel. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |